home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr15 / disp135.zip / RUNME.BAT < prev    next >
DOS Batch File  |  1993-04-23  |  988b  |  30 lines

  1. @echo off
  2. rem
  3. rem Place go32.exe within search path
  4. rem (this go32.exe is a modified version for vesa and
  5. rem  is COMPLETELY compatible with original version)
  6. rem *** But some people report that this go32.exe is not compatible with
  7. rem     other DJGPP program in their system. If you encounter this problem,
  8. rem     DON'T put go32.exe within search path.
  9. rem
  10. rem Be sure, the directory is UNIX style
  11. rem Choose one from the following:
  12. rem 
  13. rem set tmp=c:/tmp
  14. rem set temp=c:/tmp
  15. set go32tmp=c:/tmp
  16. rem
  17. rem Choose your video driver, must include full pathname.
  18. rem Video drivers are borrowed from DJGPP.
  19. rem 
  20. rem if you choose xxxxx.grn as video driver, add 'nc 256' to GO32
  21. rem
  22. rem if you don't have 80x87, add 'emu x:/xxxxx/emu387' to GO32
  23. rem
  24. set go32=driver c:/display/driver/et4000.grn nc 256
  25. rem
  26. rem if you put go32.exe within search path :
  27. c:\display\display
  28. rem if you don't put go32.exe within search path:
  29. rem c:\display\go32 c:\display\display.exe
  30.